Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a51ce3

Browse files
committedSep 30, 2014
split actions vocabulary back out per WG preference to keep Actions
separate
1 parent e8c61af commit 4a51ce3

File tree

2 files changed

+1004
-2563
lines changed

2 files changed

+1004
-2563
lines changed
 

‎activitystreams2-actions.html

+987-1,520
Large diffs are not rendered by default.

‎activitystreams2-vocabulary.html

+17-1,043
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Activity and Actions Vocabulary</title>
4+
<title>Activity Vocabulary</title>
55
<meta charset="UTF-8" />
66
<script src="http://www.w3.org/Tools/respec/respec-w3c-common" async class="remove"></script>
77
<script class="remove">
@@ -80,7 +80,7 @@
8080

8181
<section id="abstract">
8282
<p>
83-
This specification describes the Activity and Actions vocabulary.
83+
This specification describes the Activity vocabulary.
8484
</p>
8585

8686
<section id="authorsnote" class="informative">
@@ -140,7 +140,7 @@ <h2>Value Conventions</h2>
140140
</section>
141141

142142
<section id="types">
143-
<h2>Activity Classes</h2>
143+
<h2>Classes</h2>
144144

145145
<p>Base URI: <code>http://activitystrea.ms/2.0/</code>.</p>
146146

@@ -335,367 +335,8 @@ <h2>Activity Classes</h2>
335335

336336
</section>
337337

338-
<section id="types">
339-
<h2>Action Classes</h2>
340-
341-
<p>Base URI: <code>http://activitystrea.ms/2.0/</code>.</p>
342-
343-
<p>
344-
Classes: <code>
345-
<a>PotentialAction</a> | <a>PotentialActionHandler</a> | <a>HttpRequest</a> |
346-
<a>BrowserView</a> | <a>EmbeddedView</a> | <a>Intent</a> | <a>PotentialActionHandlerInput</a> |
347-
<a>Payload</a> | <a>Auth</a> | <a>UrlTemplate</a> | <a>HtmlForm</a> |
348-
<a>Parameter</a> | <a>Header</a>
349-
</code>
350-
</p>
351-
352-
<table border="1" cellpadding="5" width="100%">
353-
<thead>
354-
<tr>
355-
<th>Class</th>
356-
<th colspan="2" width="40%">Description</th>
357-
<th width="40%">Terms</th>
358-
</tr>
359-
</thead>
360-
361-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/PotentialAction">
362-
<tr>
363-
<td rowspan="3" valign="top"><dfn itemprop="label">PotentialAction</dfn></td>
364-
<td valign="top" width="10%">URI:</td>
365-
<td valign="top"><code>http://activitystrea.ms/2.0/PotentialAction</code></td>
366-
<td rowspan="3" valign="top">
367-
<p><code><a>verb</a> | <a>actor</a> | <a title="object-term">object</a> | <a>target</a> |
368-
<a>instrument</a> | <a>participant</a> | <a>priority</a> | <a>confirm</a> | <a>using</a></code></p>
369-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
370-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
371-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
372-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
373-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
374-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
375-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
376-
</td>
377-
</tr>
378-
<tr>
379-
<td valign="top">Notes:</td>
380-
<td itemprop="comment">
381-
Represents a potential or pending activity (in contrast to an <a title="Activity"><code>Activity</code></a>
382-
which represents completed or ongoing activities).
383-
</td>
384-
</tr>
385-
<tr>
386-
<td valign="top">Type Of:</td>
387-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-object"><code>Object</code></a></td>
388-
</tr>
389-
</tbody>
390-
391-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/PotentialActionHandler">
392-
<tr>
393-
<td rowspan="3" valign="top"><dfn itemprop="label">PotentialActionHandler</dfn></td>
394-
<td valign="top" width="10%">URI:</td>
395-
<td valign="top"><code>http://activitystrea.ms/2.0/PotentialActionHandler</code></td>
396-
<td rowspan="3" valign="top">
397-
<p><code><a>requires</a> | <a>prefers</a> | <a>expects</a> | <a>potentialResult</a></code></p>
398-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
399-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
400-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
401-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
402-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
403-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
404-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
405-
</td>
406-
</tr>
407-
<tr>
408-
<td valign="top">Notes:</td>
409-
<td itemprop="comment">
410-
Represents a method of carrying out a <a title="PotentialAction">PotentialAction</a>.
411-
</td>
412-
</tr>
413-
<tr>
414-
<td valign="top">Type Of:</td>
415-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-object"><code>Object</code></a></td>
416-
</tr>
417-
</tbody>
418-
419-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/HttpRequest">
420-
<tr>
421-
<td rowspan="3" valign="top"><dfn itemprop="label">HttpRequest</dfn></td>
422-
<td valign="top" width="10%">URI:</td>
423-
<td valign="top"><code>http://activitystrea.ms/2.0/HttpRequest</code></td>
424-
<td rowspan="3" valign="top">
425-
<p><code><a>method</a></code></p>
426-
<p><i>From <a title="PotentialActionHandler"><code>PotentialActionHandler</code></a></i>:<br/>
427-
<code><a>requires</a> | <a>prefers</a> | <a>expects</a> | <a>potentialResult</a></code></p>
428-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
429-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
430-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
431-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
432-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
433-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
434-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
435-
</td>
436-
</tr>
437-
<tr>
438-
<td valign="top">Notes:</td>
439-
<td itemprop="comment">
440-
A type of <a>PotentialActionHandler</a> that describes an HTTP request/response flow used to carry
441-
out a <a>PotentialAction</a>.
442-
</td>
443-
</tr>
444-
<tr>
445-
<td valign="top">Type Of:</td>
446-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandler"><code>PotentialActionHandler</code></a></td>
447-
</tr>
448-
</tbody>
449-
450-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/BrowserView">
451-
<tr>
452-
<td rowspan="3" valign="top"><dfn itemprop="label">BrowserView</dfn></td>
453-
<td valign="top" width="10%">URI:</td>
454-
<td valign="top"><code>http://activitystrea.ms/2.0/BrowserView</code></td>
455-
<td rowspan="3" valign="top">
456-
<p><code><a>browserContext</a> | <a>sandbox</a></code></p>
457-
<p><i>From <a title="HttpRequest"><code>HttpRequest</code></a></i>:<br/><code><a>method</a></code></p>
458-
<p><i>From <a title="PotentialActionHandler"><code>PotentialActionHandler</code></a></i>:<br/>
459-
<code><a>requires</a> | <a>prefers</a> | <a>expects</a> | <a>potentialResult</a></code></p>
460-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
461-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
462-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
463-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
464-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
465-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
466-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
467-
</td>
468-
</tr>
469-
<tr>
470-
<td valign="top">Notes:</td>
471-
<td itemprop="comment">
472-
A type of <a>PotentialActionHandler</a> that describes an HTTP request to load a Web Browser view used to
473-
carry out a <a>PotentialAction</a>.
474-
</td>
475-
</tr>
476-
<tr>
477-
<td valign="top">Type Of:</td>
478-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-httprequest"><code>HttpRequest</code></a></td>
479-
</tr>
480-
</tbody>
481-
482-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/EmbeddedView">
483-
<tr>
484-
<td rowspan="3" valign="top"><dfn itemprop="label">EmbeddedView</dfn></td>
485-
<td valign="top" width="10%">URI:</td>
486-
<td valign="top"><code>http://activitystrea.ms/2.0/EmbeddedView</code></td>
487-
<td rowspan="3" valign="top">
488-
<p><code><a>sandbox</a></code> | <code><a>mediaType</a></code></p>
489-
<p><i>From <a title="PotentialActionHandler"><code>PotentialActionHandler</code></a></i>:<br/>
490-
<code><a>requires</a> | <a>prefers</a> | <a>expects</a> | <a>potentialResult</a></code></p>
491-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
492-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
493-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
494-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
495-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
496-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
497-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
498-
</td>
499-
</tr>
500-
<tr>
501-
<td valign="top">Notes:</td>
502-
<td itemprop="comment">
503-
A type of <a>PotentialActionHandler</a> that describes embedded content used to carry out a <a>PotentialAction</a>.
504-
</td>
505-
</tr>
506-
<tr>
507-
<td valign="top">Type Of:</td>
508-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandler"><code>PotentialActionHandler</code></a></td>
509-
</tr>
510-
</tbody>
511-
512-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/Intent">
513-
<tr>
514-
<td rowspan="3" valign="top"><dfn itemprop="label">Intent</dfn></td>
515-
<td valign="top" width="10%">URI:</td>
516-
<td valign="top"><code>http://activitystrea.ms/2.0/Intent</code></td>
517-
<td rowspan="3" valign="top">
518-
<p><i>From <a title="PotentialActionHandler"><code>PotentialActionHandler</code></a></i>:<br/>
519-
<code><a>requires</a> | <a>prefers</a> | <a>expects</a> | <a>potentialResult</a></code></p>
520-
<p><i>From <a title="Object"><code>Object</code></a></i>:<br/>
521-
<code><a>language</a> | <a>displayName</a> | <a>alias</a> | <a>author</a> | <a>content</a> |
522-
<a>summary</a> | <a>title</a> | <a>icon</a> | <a>image</a> | <a>location</a> |
523-
<a>generator</a> | <a>provider</a> | <a>published</a> | <a>updated</a> | <a>startTime</a> |
524-
<a>endTime</a> | <a>validFrom</a> | <a>validAfter</a> | <a>validUntil</a> | <a>validBefore</a> |
525-
<a>duration</a> | <a>rating</a> | <a>attachment</a> | <a>height</a> | <a>width</a> | <a>tag</a> |
526-
<a>inReplyTo</a> | <a>scope</a> | <a>action</a> | <a>memberOf</a> | <a>url</a> | <a>replies</a></code></p>
527-
</td>
528-
</tr>
529-
<tr>
530-
<td valign="top">Notes:</td>
531-
<td itemprop="comment">
532-
A type of <a>PotentialActionHandler</a>...
533-
</td>
534-
</tr>
535-
<tr>
536-
<td valign="top">Type Of:</td>
537-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandler"><code>PotentialActionHandler</code></a></td>
538-
</tr>
539-
</tbody>
540-
541-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/PotentialActionHandlerInput">
542-
<tr>
543-
<td rowspan="2" valign="top"><dfn itemprop="label">PotentialActionHandlerInput</dfn></td>
544-
<td valign="top" width="10%">URI:</td>
545-
<td valign="top"><code>http://activitystrea.ms/2.0/PotentialActionHandlerInput</code></td>
546-
<td rowspan="2" valign="top">
547-
</td>
548-
</tr>
549-
<tr>
550-
<td valign="top">Notes:</td>
551-
<td itemprop="comment">
552-
An abstract class that represents the input to a PotentialActionHandler. Implementations are not
553-
expected to use this class type directly.
554-
</td>
555-
</tr>
556-
</tbody>
557-
558-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/Payload">
559-
<tr>
560-
<td rowspan="3" valign="top"><dfn itemprop="label">Payload</dfn></td>
561-
<td valign="top" width="10%">URI:</td>
562-
<td valign="top"><code>http://activitystrea.ms/2.0/Payload</code></td>
563-
<td rowspan="3" valign="top">
564-
<p><code><a>mediaType</a></code></p>
565-
</td>
566-
</tr>
567-
<tr>
568-
<td valign="top">Notes:</td>
569-
<td itemprop="comment">
570-
A type of <code><a>PotentialActionHandlerInput</a></code> that describes the input payload. For example, for
571-
<code><a>HttpRequest</a></code>, this describes the expected HTTP Request Payload.
572-
</td>
573-
</tr>
574-
<tr>
575-
<td valign="top">Type Of:</td>
576-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandlerinput"><code>PotentialActionHandlerInput</code></a></td>
577-
</tr>
578-
</tbody>
579-
580-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/Auth">
581-
<tr>
582-
<td rowspan="3" valign="top"><dfn itemprop="label">Auth</dfn></td>
583-
<td valign="top" width="10%">URI:</td>
584-
<td valign="top"><code>http://activitystrea.ms/2.0/Auth</code></td>
585-
<td rowspan="3" valign="top">
586-
</td>
587-
</tr>
588-
<tr>
589-
<td valign="top">Notes:</td>
590-
<td itemprop="comment">
591-
A type of <code><a>PotentialActionHandlerInput</a></code> that describes the input authentication requirements.
592-
For example, for <code><a>HttpRequest</a></code>, this describes the HTTP Authentication mechanism required for
593-
the input.
594-
</td>
595-
</tr>
596-
<tr>
597-
<td valign="top">Type Of:</td>
598-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandlerinput"><code>PotentialActionHandlerInput</code></a></td>
599-
</tr>
600-
</tbody>
601-
602-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/UrlTemplate">
603-
<tr>
604-
<td rowspan="3" valign="top"><dfn itemprop="label">UrlTemplate</dfn></td>
605-
<td valign="top" width="10%">URI:</td>
606-
<td valign="top"><code>http://activitystrea.ms/2.0/UrlTemplate</code></td>
607-
<td rowspan="3" valign="top">
608-
<p><code><a>template</a> | <a title="parameter-term">parameter</a></code></p>
609-
</td>
610-
</tr>
611-
<tr>
612-
<td valign="top">Notes:</td>
613-
<td itemprop="comment">
614-
A type of <code><a>PotentialActionHandlerInput</a></code> that describes an [[!RFC6570]] URL Template used to construct
615-
the Request URI for <code><a>HttpRequest</a></code> and <code><a>BrowserView</a></code>.
616-
</td>
617-
</tr>
618-
<tr>
619-
<td valign="top">Type Of:</td>
620-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandlerinput"><code>PotentialActionHandlerInput</code></a></td>
621-
</tr>
622-
</tbody>
623-
624-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/HtmlForm">
625-
<tr>
626-
<td rowspan="3" valign="top"><dfn itemprop="label">HtmlForm</dfn></td>
627-
<td valign="top" width="10%">URI:</td>
628-
<td valign="top"><code>http://activitystrea.ms/2.0/HtmlForm</code></td>
629-
<td rowspan="3" valign="top">
630-
<p><code><a title="parameter-term">parameter</a></code></p>
631-
<p><i>From <a title="Payload"><code>Payload</code></a></i>:<br /><code><a>mediaType</a></code></p>
632-
</td>
633-
</tr>
634-
<tr>
635-
<td valign="top">Notes:</td>
636-
<td itemprop="comment">
637-
A type of <code><a>Payload</a></code> that describes an HTML Form used as the input payload of an
638-
<code><a>HttpRequest</a></code> or <code><a>BrowserView</a></code>.
639-
</td>
640-
</tr>
641-
<tr>
642-
<td valign="top">Type Of:</td>
643-
<td valign="top"><a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-payload"><code>Payload</code></a></td>
644-
</tr>
645-
</tbody>
646-
647-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/Parameter">
648-
<tr>
649-
<td rowspan="2" valign="top"><dfn itemprop="label">Parameter</dfn></td>
650-
<td valign="top" width="10%">URI:</td>
651-
<td valign="top"><code>http://activitystrea.ms/2.0/Parameter</code></td>
652-
<td rowspan="2" valign="top">
653-
<p><code><a>name</a> | <a>required</a> | <a>repeated</a> | <a>value</a> | <a>default</a> |
654-
<a>type</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
655-
<a>maxInclusive</a> | <a>minExclusive</a> | <a>minInclusive</a> | <a>step</a> | <a>totalDigits</a> |
656-
<a>fractionDigits</a> | <a>pattern</a> | <a>placeholder</a></code></p>
657-
</td>
658-
</tr>
659-
<tr>
660-
<td valign="top">Notes:</td>
661-
<td itemprop="comment">
662-
Used to describe the parameters used in both <code><a>UrlTemplate</a></code> and <code><a>HtmlForm</a></code>.
663-
</td>
664-
</tr>
665-
</tbody>
666-
667-
<tbody itemscope itemtype="http://www.w3.org/2002/07/owl#Class" itemid="http://activitystrea.ms/2.0/Header">
668-
<tr>
669-
<td rowspan="4" valign="top"><dfn itemprop="label">Header</dfn></td>
670-
<td valign="top" width="10%">URI:</td>
671-
<td valign="top"><code>http://activitystrea.ms/2.0/Header</code></td>
672-
<td rowspan="3" valign="top">
673-
<p><code><a>name</a> | <a>required</a> | <a>repeated</a> | <a>value</a> | <a>default</a> |
674-
<a>type</a> | <a>enumeration</a> | <a>minLength</a> | <a>maxLength</a> | <a>maxExclusive</a> |
675-
<a>maxInclusive</a> | <a>minExclusive</a> | <a>minInclusive</a> | <a>step</a> | <a>totalDigits</a> |
676-
<a>fractionDigits</a> | <a>pattern</a> | <a>placeholder</a></code></p>
677-
</td>
678-
</tr>
679-
<tr>
680-
<td valign="top">Notes:</td>
681-
<td itemprop="comment">
682-
A type of <code><a>PotentialActionHandlerInput</a></code> used to describe an HTTP Request Header
683-
expected for both <code><a>HttpRequest</a></code> and <code><a>BrowserView</a></code>.
684-
</td>
685-
</tr>
686-
<tr>
687-
<td valign="top">Type Of:</td>
688-
<td valign="top">
689-
<a itemprop="http://www.w3.org/2000/01/rdf-schema#subClassOf" href="#dfn-potentialactionhandlerinput"><code>PotentialActionHandlerInput</code></a>
690-
</tr>
691-
</tbody>
692-
693-
</table>
694-
695-
</section>
696-
697338
<section id="terms">
698-
<h2>Activity Terms</h2>
339+
<h2>Terms</h2>
699340

700341
<p>Base URI: <code>http://activitystrea.ms/2.0/</code>.</p>
701342

@@ -789,17 +430,17 @@ <h2>Activity Terms</h2>
789430
<p>When used on a <a>Link</a>, identifies the MIME media type of the
790431
referenced resource.</p>
791432

792-
<p>When used on a <a>Payload</a>, identifies the MIME media type of the
793-
payload described. For instance, a <a>Payload</a> object with a <code>mediaType</code>
433+
<p>When used on a <a href="activitystreams2-actions.html#dfn-payload">Payload</a>, identifies the MIME media type of the
434+
payload described. For instance, a <a href="activitystreams2-actions.html#dfn-payload">Payload</a> object with a <code>mediaType</code>
794435
of "<code>application/json</code>" would describe a JSON resource.</p>
795436

796-
<p>When used on a <a>EmbeddedView</a>, identifies the MIME media type of
437+
<p>When used on a <a href="activitystreams2-actions.html#embeddedview">EmbeddedView</a>, identifies the MIME media type of
797438
value contained in the <a>content</a> property, if any.</p>
798439
</td>
799440
</tr>
800441
<tr>
801442
<td valign="top">Domain:</td>
802-
<td valign="top"><code><a title="Link">Link</a> | <a title="Payload">Payload</a> | <a title="EmbeddedView">EmbeddedView</a></code></td>
443+
<td valign="top"><code><a title="Link">Link</a> | <a href="activitystreams2-actions.html#dfn-payload">Payload</a> | <a href="activitystreams2-actions.html#dfn-embeddedview">EmbeddedView</a></code></td>
803444
</tr>
804445
<tr>
805446
<td valign="top">Value:</td>
@@ -821,7 +462,7 @@ <h2>Activity Terms</h2>
821462
</tr>
822463
<tr>
823464
<td valign="top">Domain:</td>
824-
<td valign="top"><code><a title="Activity">Activity</a></code> | <code><a>PotentialAction</a></code></td>
465+
<td valign="top"><code><a title="Activity">Activity</a></code> | <code><a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
825466
</tr>
826467
<tr>
827468
<td valign="top">Value:</td>
@@ -844,7 +485,7 @@ <h2>Activity Terms</h2>
844485
</tr>
845486
<tr>
846487
<td valign="top">Domain:</td>
847-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
488+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
848489
</tr>
849490
<tr>
850491
<td valign="top">Value:</td>
@@ -868,7 +509,7 @@ <h2>Activity Terms</h2>
868509
</tr>
869510
<tr>
870511
<td valign="top">Domain:</td>
871-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
512+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
872513
</tr>
873514
<tr>
874515
<td valign="top">Value:</td>
@@ -894,7 +535,7 @@ <h2>Activity Terms</h2>
894535
</tr>
895536
<tr>
896537
<td valign="top">Domain:</td>
897-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
538+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
898539
</tr>
899540
<tr>
900541
<td valign="top">Value:</td>
@@ -942,7 +583,7 @@ <h2>Activity Terms</h2>
942583
</tr>
943584
<tr>
944585
<td valign="top">Domain:</td>
945-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
586+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
946587
</tr>
947588
<tr>
948589
<td valign="top">Value:</td>
@@ -967,7 +608,7 @@ <h2>Activity Terms</h2>
967608
</tr>
968609
<tr>
969610
<td valign="top">Domain:</td>
970-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
611+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
971612
</tr>
972613
<tr>
973614
<td valign="top">Value:</td>
@@ -1026,7 +667,7 @@ <h2>Activity Terms</h2>
1026667
</tr>
1027668
<tr>
1028669
<td valign="top">Domain:</td>
1029-
<td valign="top"><code><a title="Activity">Activity</a> | <a title="PotentialAction">PotentialAction</a></code></td>
670+
<td valign="top"><code><a title="Activity">Activity</a> | <a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
1030671
</tr>
1031672
<tr>
1032673
<td valign="top">Value:</td>
@@ -1797,7 +1438,7 @@ <h2>Activity Terms</h2>
17971438
<tr>
17981439
<td valign="top">Notes:</td>
17991440
<td valign="top">
1800-
A <code><a>PotentialAction</a></code> that can be performed with the object
1441+
A <code><a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code> that can be performed with the object
18011442
</td>
18021443
</tr>
18031444
<tr>
@@ -1806,7 +1447,7 @@ <h2>Activity Terms</h2>
18061447
</tr>
18071448
<tr>
18081449
<td valign="top">Value:</td>
1809-
<td valign="top"><code><a title="PotentialAction">PotentialAction</a></code></td>
1450+
<td valign="top"><code><a href="activitystreams2-actions.html#dfn-potentialaction">PotentialAction</a></code></td>
18101451
</tr>
18111452
<tr>
18121453
<td valign="top">Reverse Of:</td>
@@ -2055,673 +1696,6 @@ <h2>Collection Terms</h2>
20551696
</table>
20561697
</section>
20571698

2058-
<section id="action-terms">
2059-
<h2>Action Terms</h2>
2060-
2061-
<p>Base URI: <code>http://activitystrea.ms/2.0/</code>.</p>
2062-
2063-
<table border="1" cellpadding="5" width="100%">
2064-
2065-
<thead>
2066-
<tr>
2067-
<th width="15%">Term</th>
2068-
<th colspan="2">Description</th>
2069-
</tr>
2070-
</thead>
2071-
2072-
<tbody>
2073-
<tr>
2074-
<td rowspan="4" valign="top"><dfn>using</dfn></td>
2075-
<td valign="top" width="10%">URI:</td>
2076-
<td valign="top"><code>http://activitystrea.ms/2.0/using</code></td>
2077-
</tr>
2078-
<tr>
2079-
<td valign="top">Notes:</td>
2080-
<td valign="top">
2081-
Describes one or more <code><a>PotentialActionHandler</a></code> instances that can be used to
2082-
carry out a particular <code><a>PotentialAction</a></code>.
2083-
</td>
2084-
</tr>
2085-
<tr>
2086-
<td valign="top">Domain:</td>
2087-
<td valign="top"><a title="PotentialAction"><code>PotentialAction</code></a></td>
2088-
</tr>
2089-
<tr>
2090-
<td valign="top">Value:</td>
2091-
<td valign="top"><code><a title="PotentialActionHandler">PotentialActionHandler</a></code></td>
2092-
</tr>
2093-
</tbody>
2094-
2095-
<tbody>
2096-
<tr>
2097-
<td rowspan="4" valign="top"><dfn>confirm</dfn></td>
2098-
<td valign="top" width="10%">URI:</td>
2099-
<td valign="top"><code>http://activitystrea.ms/2.0/confirm</code></td>
2100-
</tr>
2101-
<tr>
2102-
<td valign="top">Notes:</td>
2103-
<td valign="top">
2104-
A boolean that indicates whether an application MUST first request user
2105-
confirmation before carrying out a <code><a>PotentialAction</a></code>.
2106-
</td>
2107-
</tr>
2108-
<tr>
2109-
<td valign="top">Domain:</td>
2110-
<td valign="top"><code><a title="PotentialAction">PotentialAction</a></code></td>
2111-
</tr>
2112-
<tr>
2113-
<td valign="top">Value:</td>
2114-
<td valign="top"><code>xsd:boolean</code></td>
2115-
</tr>
2116-
</tbody>
2117-
2118-
<tbody>
2119-
<tr>
2120-
<td rowspan="4" valign="top"><dfn>requires</dfn></td>
2121-
<td valign="top" width="10%">URI:</td>
2122-
<td valign="top"><code>http://activitystrea.ms/2.0/requires</code></td>
2123-
</tr>
2124-
<tr>
2125-
<td valign="top">Notes:</td>
2126-
<td valign="top">
2127-
An <code><a>Object</a></code> or <code><a>Link</a></code> describing a required condition
2128-
that MUST be satisfied before an application can carry out a <code><a>PotentialAction</a></code>
2129-
using a specific <code><a>PotentialActionHandler</a></code>.
2130-
</td>
2131-
</tr>
2132-
<tr>
2133-
<td valign="top">Domain:</td>
2134-
<td valign="top"><code><a title="PotentialActionHandler">PotentialActionHandler</a></code></td>
2135-
</tr>
2136-
<tr>
2137-
<td valign="top">Value:</td>
2138-
<td valign="top"><a title="Object"><code>Object</code></a> | <a title="Link"><code>Link</code></a></td>
2139-
</tr>
2140-
</tbody>
2141-
2142-
<tbody>
2143-
<tr>
2144-
<td rowspan="4" valign="top"><dfn>prefers</dfn></td>
2145-
<td valign="top" width="10%">URI:</td>
2146-
<td valign="top"><code>http://activitystrea.ms/2.0/prefers</code></td>
2147-
</tr>
2148-
<tr>
2149-
<td valign="top">Notes:</td>
2150-
<td valign="top">
2151-
An <code><a>Object</a></code> or <code><a>Link</a></code> describing an optional condition
2152-
that SHOULD be satisfied before an application can carry out a <code><a>PotentialAction</a></code>
2153-
using a specific <code><a>PotentialActionHandler</a></code>.
2154-
</td>
2155-
</tr>
2156-
<tr>
2157-
<td valign="top">Domain:</td>
2158-
<td valign="top"><code><a title="PotentialActionHandler">PotentialActionHandler</a></code></td>
2159-
</tr>
2160-
<tr>
2161-
<td valign="top">Value:</td>
2162-
<td valign="top"><a title="Object"><code>Object</code></a> | <a title="Link"><code>Link</code></a></td>
2163-
</tr>
2164-
</tbody>
2165-
2166-
<tbody>
2167-
<tr>
2168-
<td rowspan="4" valign="top"><dfn>method</dfn></td>
2169-
<td valign="top" width="10%">URI:</td>
2170-
<td valign="top"><code>http://activitystrea.ms/2.0/method</code></td>
2171-
</tr>
2172-
<tr>
2173-
<td valign="top">Notes:</td>
2174-
<td valign="top">
2175-
Identifies the HTTP Method used for a <code><a>HttpRequest</a></code> or <code><a>BrowserView</a></code>.
2176-
</td>
2177-
</tr>
2178-
<tr>
2179-
<td valign="top">Domain:</td>
2180-
<td valign="top"><code><a title="Object">HttpRequest</a></code></td>
2181-
</tr>
2182-
<tr>
2183-
<td valign="top">Value:</td>
2184-
<td valign="top"><code>xsd:string</code></td>
2185-
</tr>
2186-
</tbody>
2187-
2188-
<tbody>
2189-
<tr>
2190-
<td rowspan="4" valign="top"><dfn>expects</dfn></td>
2191-
<td valign="top" width="10%">URI:</td>
2192-
<td valign="top"><code>http://activitystrea.ms/2.0/expects</code></td>
2193-
</tr>
2194-
<tr>
2195-
<td valign="top">Notes:</td>
2196-
<td valign="top">
2197-
Describes zero or more required inputs for a <code><a>PotentialActionHandler</a></code>.
2198-
</td>
2199-
</tr>
2200-
<tr>
2201-
<td valign="top">Domain:</td>
2202-
<td valign="top"><code><a title="PotentialActionHandler">PotentialActionHandler</a></code></td>
2203-
</tr>
2204-
<tr>
2205-
<td valign="top">Value:</td>
2206-
<td valign="top"><code><a title="PotentialActionHandlerInput">PotentialActionHandlerInput</a></code></td>
2207-
</tr>
2208-
</tbody>
2209-
2210-
<tbody>
2211-
<tr>
2212-
<td rowspan="4" valign="top"><dfn>potentialResult</dfn></td>
2213-
<td valign="top" width="10%">URI:</td>
2214-
<td valign="top"><code>http://activitystrea.ms/2.0/potentialResult</code></td>
2215-
</tr>
2216-
<tr>
2217-
<td valign="top">Notes:</td>
2218-
<td valign="top">
2219-
Describes one or more potential results from using a <code><a>PotentialActionHandler</a></code>
2220-
to carry out a <code><a>PotentialAction</a></code>.
2221-
</td>
2222-
</tr>
2223-
<tr>
2224-
<td valign="top">Domain:</td>
2225-
<td valign="top"><code><a title="PotentialActionHandler">PotentialActionHandler</a></code></td>
2226-
</tr>
2227-
<tr>
2228-
<td valign="top">Value:</td>
2229-
<td valign="top"><a title="Object"><code>Object</code></a> | <a title="Link"><code>Link</code></a> | <a title="Payload"><code>Payload</code></a></td>
2230-
</tr>
2231-
</tbody>
2232-
2233-
<tbody>
2234-
<tr>
2235-
<td rowspan="4" valign="top"><dfn>browserContext</dfn></td>
2236-
<td valign="top" width="10%">URI:</td>
2237-
<td valign="top"><code>http://activitystrea.ms/2.0/browserContext</code></td>
2238-
</tr>
2239-
<tr>
2240-
<td valign="top">Notes:</td>
2241-
<td valign="top">
2242-
Identifies the target Web Browser Context name for a <code><a>BrowserView</a></code>.
2243-
</td>
2244-
</tr>
2245-
<tr>
2246-
<td valign="top">Domain:</td>
2247-
<td valign="top"><code><a title="BrowserView">BrowserView</a></code></td>
2248-
</tr>
2249-
<tr>
2250-
<td valign="top">Value:</td>
2251-
<td valign="top"><code>xsd:string</code></td>
2252-
</tr>
2253-
</tbody>
2254-
2255-
<tbody>
2256-
<tr>
2257-
<td rowspan="4" valign="top"><dfn>sandbox</dfn></td>
2258-
<td valign="top" width="10%">URI:</td>
2259-
<td valign="top"><code>http://activitystrea.ms/2.0/sandbox</code></td>
2260-
</tr>
2261-
<tr>
2262-
<td valign="top">Notes:</td>
2263-
<td valign="top">
2264-
Describes the HTML sandbox policy for the <code><a>BrowserView</a></code> or <code><a>EmbeddedView</a></code>.
2265-
</td>
2266-
</tr>
2267-
<tr>
2268-
<td valign="top">Domain:</td>
2269-
<td valign="top"><code><a title="BrowserView">BrowserView</a> | <a title="EmbeddedView">EmbeddedView</a></code></td>
2270-
</tr>
2271-
<tr>
2272-
<td valign="top">Value:</td>
2273-
<td valign="top"><code>xsd:boolean</code></td>
2274-
</tr>
2275-
</tbody>
2276-
2277-
<tbody>
2278-
<tr>
2279-
<td rowspan="4" valign="top"><dfn>template</dfn></td>
2280-
<td valign="top" width="10%">URI:</td>
2281-
<td valign="top"><code>http://activitystrea.ms/2.0/template</code></td>
2282-
</tr>
2283-
<tr>
2284-
<td valign="top">Notes:</td>
2285-
<td valign="top">
2286-
Specifies the [[!RFC6570]] URL Template used for <code><a>UrlTemplate</a></code>.
2287-
</td>
2288-
</tr>
2289-
<tr>
2290-
<td valign="top">Domain:</td>
2291-
<td valign="top"><code><a title="UrlTemplate">UrlTemplate</a></code></td>
2292-
</tr>
2293-
<tr>
2294-
<td valign="top">Value:</td>
2295-
<td valign="top"><code>xsd:string</code></td>
2296-
</tr>
2297-
</tbody>
2298-
2299-
<tbody>
2300-
<tr>
2301-
<td rowspan="4" valign="top"><dfn title="parameter-term">parameter</dfn></td>
2302-
<td valign="top" width="10%">URI:</td>
2303-
<td valign="top"><code>http://activitystrea.ms/2.0/parameter</code></td>
2304-
</tr>
2305-
<tr>
2306-
<td valign="top">Notes:</td>
2307-
<td valign="top">
2308-
Describes one or more <code><a>Parameter</a></code> objects used for <code><a>UrlTemplate</a></code>
2309-
or <code><a>HtmlForm</a></code> objects.
2310-
</td>
2311-
</tr>
2312-
<tr>
2313-
<td valign="top">Domain:</td>
2314-
<td valign="top"><code><a title="UrlTemplate">UrlTemplate</a> | <a title="HtmlForm">HtmlForm</a></code></td>
2315-
</tr>
2316-
<tr>
2317-
<td valign="top">Value:</td>
2318-
<td valign="top"><code><a title="Parameter">Parameter</a></code></td>
2319-
</tr>
2320-
</tbody>
2321-
2322-
<tbody>
2323-
<tr>
2324-
<td rowspan="4" valign="top"><dfn>name</dfn></td>
2325-
<td valign="top" width="10%">URI:</td>
2326-
<td valign="top"><code>http://activitystrea.ms/2.0/name</code></td>
2327-
</tr>
2328-
<tr>
2329-
<td valign="top">Notes:</td>
2330-
<td valign="top">
2331-
Specifies the name of the parameter. The name MUST be a simple token
2332-
conforming to the <code>varname</code> rule in [[!RFC6570]].
2333-
</td>
2334-
</tr>
2335-
<tr>
2336-
<td valign="top">Domain:</td>
2337-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2338-
</tr>
2339-
<tr>
2340-
<td valign="top">Value:</td>
2341-
<td valign="top"><code>xsd:string</code></td>
2342-
</tr>
2343-
</tbody>
2344-
2345-
<tbody>
2346-
<tr>
2347-
<td rowspan="4" valign="top"><dfn>required</dfn></td>
2348-
<td valign="top" width="10%">URI:</td>
2349-
<td valign="top"><code>http://activitystrea.ms/2.0/required</code></td>
2350-
</tr>
2351-
<tr>
2352-
<td valign="top">Notes:</td>
2353-
<td valign="top">
2354-
Indicates whether a given parameter is required or not. Defaults to <code>true</code> when unspecified.
2355-
</td>
2356-
</tr>
2357-
<tr>
2358-
<td valign="top">Domain:</td>
2359-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2360-
</tr>
2361-
<tr>
2362-
<td valign="top">Value:</td>
2363-
<td valign="top"><code>xsd:boolean</code></td>
2364-
</tr>
2365-
</tbody>
2366-
2367-
<tbody>
2368-
<tr>
2369-
<td rowspan="4" valign="top"><dfn>repeated</dfn></td>
2370-
<td valign="top" width="10%">URI:</td>
2371-
<td valign="top"><code>http://activitystrea.ms/2.0/repeated</code></td>
2372-
</tr>
2373-
<tr>
2374-
<td valign="top">Notes:</td>
2375-
<td valign="top">
2376-
Indicates whether a given parameter can be repeated or not. Defaults to <code>false</code> when unspecified;
2377-
</td>
2378-
</tr>
2379-
<tr>
2380-
<td valign="top">Domain:</td>
2381-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2382-
</tr>
2383-
<tr>
2384-
<td valign="top">Value:</td>
2385-
<td valign="top"><code>xsd:boolean</code></td>
2386-
</tr>
2387-
</tbody>
2388-
2389-
<tbody>
2390-
<tr>
2391-
<td rowspan="4" valign="top"><dfn>value</dfn></td>
2392-
<td valign="top" width="10%">URI:</td>
2393-
<td valign="top"><code>http://activitystrea.ms/2.0/value</code></td>
2394-
</tr>
2395-
<tr>
2396-
<td valign="top">Notes:</td>
2397-
<td valign="top">
2398-
Specifies a static value for the parameter. When specified, implementations MUST
2399-
use the given value for the parameter, regardless of any user input.
2400-
</td>
2401-
</tr>
2402-
<tr>
2403-
<td valign="top">Domain:</td>
2404-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2405-
</tr>
2406-
<tr>
2407-
<td valign="top">Value:</td>
2408-
<td valign="top"><code>xsd:anyType</code></td>
2409-
</tr>
2410-
</tbody>
2411-
2412-
<tbody>
2413-
<tr>
2414-
<td rowspan="4" valign="top"><dfn>default</dfn></td>
2415-
<td valign="top" width="10%">URI:</td>
2416-
<td valign="top"><code>http://activitystrea.ms/2.0/default</code></td>
2417-
</tr>
2418-
<tr>
2419-
<td valign="top">Notes:</td>
2420-
<td valign="top">
2421-
Specifies the default value for the parameter.
2422-
</td>
2423-
</tr>
2424-
<tr>
2425-
<td valign="top">Domain:</td>
2426-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2427-
</tr>
2428-
<tr>
2429-
<td valign="top">Value:</td>
2430-
<td valign="top"><code>xsd:anyType</code></td>
2431-
</tr>
2432-
</tbody>
2433-
2434-
<tbody>
2435-
<tr>
2436-
<td rowspan="4" valign="top"><dfn>type</dfn></td>
2437-
<td valign="top" width="10%">URI:</td>
2438-
<td valign="top"><code>http://activitystrea.ms/2.0/type</code></td>
2439-
</tr>
2440-
<tr>
2441-
<td valign="top">Notes:</td>
2442-
<td valign="top">
2443-
Specifies the expected data type of the parameter. The value SHOULD
2444-
specify a type from the XML Schema Data Types.
2445-
</td>
2446-
</tr>
2447-
<tr>
2448-
<td valign="top">Domain:</td>
2449-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2450-
</tr>
2451-
<tr>
2452-
<td valign="top">Value:</td>
2453-
<td valign="top"><code>xsd:anyURI</code></td>
2454-
</tr>
2455-
</tbody>
2456-
2457-
<tbody>
2458-
<tr>
2459-
<td rowspan="4" valign="top"><dfn>enumeration</dfn></td>
2460-
<td valign="top" width="10%">URI:</td>
2461-
<td valign="top"><code>http://activitystrea.ms/2.0/enumeration</code></td>
2462-
</tr>
2463-
<tr>
2464-
<td valign="top">Notes:</td>
2465-
<td valign="top">
2466-
Specifies one or more possible values for the parameter. When used,
2467-
implementations MUST use one of the given values.
2468-
</td>
2469-
</tr>
2470-
<tr>
2471-
<td valign="top">Domain:</td>
2472-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2473-
</tr>
2474-
<tr>
2475-
<td valign="top">Value:</td>
2476-
<td valign="top"><code>xsd:anyType</code></td>
2477-
</tr>
2478-
</tbody>
2479-
2480-
<tbody>
2481-
<tr>
2482-
<td rowspan="4" valign="top"><dfn>minLength</dfn></td>
2483-
<td valign="top" width="10%">URI:</td>
2484-
<td valign="top"><code>http://activitystrea.ms/2.0/minLength</code></td>
2485-
</tr>
2486-
<tr>
2487-
<td valign="top">Notes:</td>
2488-
<td valign="top">
2489-
Specifies the minimum length, in characters, for the value.
2490-
</td>
2491-
</tr>
2492-
<tr>
2493-
<td valign="top">Domain:</td>
2494-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2495-
</tr>
2496-
<tr>
2497-
<td valign="top">Value:</td>
2498-
<td valign="top"><code>xsd:nonNegativeInteger</code></td>
2499-
</tr>
2500-
</tbody>
2501-
2502-
<tbody>
2503-
<tr>
2504-
<td rowspan="4" valign="top"><dfn>maxLength</dfn></td>
2505-
<td valign="top" width="10%">URI:</td>
2506-
<td valign="top"><code>http://activitystrea.ms/2.0/maxLength</code></td>
2507-
</tr>
2508-
<tr>
2509-
<td valign="top">Notes:</td>
2510-
<td valign="top">
2511-
Specifies the maximum length, in characters, for the value.
2512-
</td>
2513-
</tr>
2514-
<tr>
2515-
<td valign="top">Domain:</td>
2516-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2517-
</tr>
2518-
<tr>
2519-
<td valign="top">Value:</td>
2520-
<td valign="top"><code>xsd:nonNegativeInteger</code></td>
2521-
</tr>
2522-
</tbody>
2523-
2524-
<tbody>
2525-
<tr>
2526-
<td rowspan="4" valign="top"><dfn>maxExclusive</dfn></td>
2527-
<td valign="top" width="10%">URI:</td>
2528-
<td valign="top"><code>http://activitystrea.ms/2.0/maxExclusive</code></td>
2529-
</tr>
2530-
<tr>
2531-
<td valign="top">Notes:</td>
2532-
<td valign="top">
2533-
Specifies the exclusive upper boundary for values.
2534-
</td>
2535-
</tr>
2536-
<tr>
2537-
<td valign="top">Domain:</td>
2538-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2539-
</tr>
2540-
<tr>
2541-
<td valign="top">Value:</td>
2542-
<td valign="top"><code>xsd:anyType</code></td>
2543-
</tr>
2544-
</tbody>
2545-
2546-
<tbody>
2547-
<tr>
2548-
<td rowspan="4" valign="top"><dfn>maxInclusive</dfn></td>
2549-
<td valign="top" width="10%">URI:</td>
2550-
<td valign="top"><code>http://activitystrea.ms/2.0/maxInclusive</code></td>
2551-
</tr>
2552-
<tr>
2553-
<td valign="top">Notes:</td>
2554-
<td valign="top">
2555-
Specifies the inclusive upper boundary for values.
2556-
</td>
2557-
</tr>
2558-
<tr>
2559-
<td valign="top">Domain:</td>
2560-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2561-
</tr>
2562-
<tr>
2563-
<td valign="top">Value:</td>
2564-
<td valign="top"><code>xsd:anyType</code></td>
2565-
</tr>
2566-
</tbody>
2567-
2568-
<tbody>
2569-
<tr>
2570-
<td rowspan="4" valign="top"><dfn>minExclusive</dfn></td>
2571-
<td valign="top" width="10%">URI:</td>
2572-
<td valign="top"><code>http://activitystrea.ms/2.0/minExclusive</code></td>
2573-
</tr>
2574-
<tr>
2575-
<td valign="top">Notes:</td>
2576-
<td valign="top">
2577-
Specifies the exclusive lower boundary for values.
2578-
</td>
2579-
</tr>
2580-
<tr>
2581-
<td valign="top">Domain:</td>
2582-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2583-
</tr>
2584-
<tr>
2585-
<td valign="top">Value:</td>
2586-
<td valign="top"><code>xsd:anyType</code></td>
2587-
</tr>
2588-
</tbody>
2589-
2590-
<tbody>
2591-
<tr>
2592-
<td rowspan="4" valign="top"><dfn>minInclusive</dfn></td>
2593-
<td valign="top" width="10%">URI:</td>
2594-
<td valign="top"><code>http://activitystrea.ms/2.0/minInclusive</code></td>
2595-
</tr>
2596-
<tr>
2597-
<td valign="top">Notes:</td>
2598-
<td valign="top">
2599-
Specifies the inclusive lower boundary for values.
2600-
</td>
2601-
</tr>
2602-
<tr>
2603-
<td valign="top">Domain:</td>
2604-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2605-
</tr>
2606-
<tr>
2607-
<td valign="top">Value:</td>
2608-
<td valign="top"><code>xsd:anyType</code></td>
2609-
</tr>
2610-
</tbody>
2611-
2612-
<tbody>
2613-
<tr>
2614-
<td rowspan="4" valign="top"><dfn>step</dfn></td>
2615-
<td valign="top" width="10%">URI:</td>
2616-
<td valign="top"><code>http://activitystrea.ms/2.0/step</code></td>
2617-
</tr>
2618-
<tr>
2619-
<td valign="top">Notes:</td>
2620-
<td valign="top">
2621-
Specifies the step increment for values.
2622-
</td>
2623-
</tr>
2624-
<tr>
2625-
<td valign="top">Domain:</td>
2626-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2627-
</tr>
2628-
<tr>
2629-
<td valign="top">Value:</td>
2630-
<td valign="top"><code>xsd:anyType</code></td>
2631-
</tr>
2632-
</tbody>
2633-
2634-
<tbody>
2635-
<tr>
2636-
<td rowspan="4" valign="top"><dfn>totalDigits</dfn></td>
2637-
<td valign="top" width="10%">URI:</td>
2638-
<td valign="top"><code>http://activitystrea.ms/2.0/totalDigits</code></td>
2639-
</tr>
2640-
<tr>
2641-
<td valign="top">Notes:</td>
2642-
<td valign="top">
2643-
Specifies the total number of numeric digits allowed to appear in the value.
2644-
</td>
2645-
</tr>
2646-
<tr>
2647-
<td valign="top">Domain:</td>
2648-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2649-
</tr>
2650-
<tr>
2651-
<td valign="top">Value:</td>
2652-
<td valign="top"><code>xsd:nonNegativeInteger</code></td>
2653-
</tr>
2654-
</tbody>
2655-
2656-
<tbody>
2657-
<tr>
2658-
<td rowspan="4" valign="top"><dfn>fractionDigits</dfn></td>
2659-
<td valign="top" width="10%">URI:</td>
2660-
<td valign="top"><code>http://activitystrea.ms/2.0/fractionDigits</code></td>
2661-
</tr>
2662-
<tr>
2663-
<td valign="top">Notes:</td>
2664-
<td valign="top">
2665-
Specifies the total number of fractional digits allowed to appear in the value.
2666-
</td>
2667-
</tr>
2668-
<tr>
2669-
<td valign="top">Domain:</td>
2670-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2671-
</tr>
2672-
<tr>
2673-
<td valign="top">Value:</td>
2674-
<td valign="top"><code>xsd:nonNegativeInteger</code></td>
2675-
</tr>
2676-
</tbody>
2677-
2678-
<tbody>
2679-
<tr>
2680-
<td rowspan="4" valign="top"><dfn>pattern</dfn></td>
2681-
<td valign="top" width="10%">URI:</td>
2682-
<td valign="top"><code>http://activitystrea.ms/2.0/pattern</code></td>
2683-
</tr>
2684-
<tr>
2685-
<td valign="top">Notes:</td>
2686-
<td valign="top">
2687-
Specifies a regular expression to which the parameter value MUST conform.
2688-
</td>
2689-
</tr>
2690-
<tr>
2691-
<td valign="top">Domain:</td>
2692-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2693-
</tr>
2694-
<tr>
2695-
<td valign="top">Value:</td>
2696-
<td valign="top"><code>xsd:string</code></td>
2697-
</tr>
2698-
</tbody>
2699-
2700-
<tbody>
2701-
<tr>
2702-
<td rowspan="4" valign="top"><dfn>placeholder</dfn></td>
2703-
<td valign="top" width="10%">URI:</td>
2704-
<td valign="top"><code>http://activitystrea.ms/2.0/placeholder</code></td>
2705-
</tr>
2706-
<tr>
2707-
<td valign="top">Notes:</td>
2708-
<td valign="top">
2709-
Specifies a human-readable, plain-text prompt for the parameter.
2710-
</td>
2711-
</tr>
2712-
<tr>
2713-
<td valign="top">Domain:</td>
2714-
<td valign="top"><a title="Parameter"><code>Parameter</code></a></td>
2715-
</tr>
2716-
<tr>
2717-
<td valign="top">Value:</td>
2718-
<td valign="top"><code><a>NaturalLanguageValue</a></code></td>
2719-
</tr>
2720-
</tbody>
2721-
2722-
</table>
2723-
2724-
</section>
27251699

27261700
<section id="as1terms">
27271701
<h2>Activity Streams 1.0 Terms</h2>

0 commit comments

Comments
 (0)
Please sign in to comment.